home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Updaters / Asanté Driver 10NIC-PCI.image / AsantÈ Driver 10NIC-PCI.image / MSLANMAN.DOS / INSTALL.DOC < prev   
Text File  |  1996-04-17  |  3KB  |  81 lines

  1.         Microsoft LAN Manager 2.1 Installation with AsantÇPCI NDIS Driver
  2.        ===================================================================
  3.  
  4. This document describes how to install Microsoft LanManager 2.1 Work-
  5. station with the AsantÇPCI NDIS 2 driver.
  6.  
  7. 1./ Execute SETUP from the MS LanManager DOS Setup 2.1. After  
  8.     copying files from the two Microsoft disks, Network Adapter Drivers 
  9.     is displayed. Select <Other Driver> at the bottom of the screen.
  10. 2./ Insert the AsantÇ PCI driver disk and type A:\ (even though the driver
  11.     is in \MSLANMAN.DOS\DRIVERS\ETHERNET\ASANTPCI) and press Enter.
  12. 3./ The Other Network Adapter Drivers window appears with AsantÇ PCI
  13.     Ethernet Adapter as an option. Click OK.
  14. 4./ Select the protocol you want to use (NetBeui or TCP/IP) from the  
  15.     Network Protocols for AsantÇPCI Ethernet Adapter window.
  16. 5./ Select and run LanManager with the Windows environment then proceed to
  17.     complete the installation.
  18. 6./ Restart the computer.
  19.  
  20.  
  21.  WARNING: Make sure you use the latest EMM386.EXE. If MS LanManager
  22.           uses the old version of EMM386.EXE, it will cause the computer
  23.           to hang on reboot.
  24.  
  25. Sample files for PROTOCOL.INI, SYSTEM.INI, CONFIG.SYS, AUTOEXEC.BAT are
  26. listed below:
  27.  
  28. PROTOCOL.INI:
  29. =============
  30.          [PROTMAN]
  31.            DRIVERNAME = PROTMAN$
  32.            DYNAMIC = YES
  33.            PRIORITY =NETBEUI
  34.          [NETBEUI_XIF]
  35.            DRIVERNAME =NETBEUI$
  36.            SESSIONS = 6
  37.            NCBS = 12
  38.            BINDINGS = "ASANTPCI_NIF"
  39.            LANABASE = 0
  40.         [TCPIP_XIF]
  41.            DRIVERNAME =TCPIP$
  42.            IPADDRESS = 192 XXX XXX XXX
  43.            SUBNETMASK0 = 255 255 255 0
  44.            DEFAULTGATEWAY0 =
  45.            NBSESSIONS = 6
  46.            LOAD = TCPTSR[C],TINYRFC[C],EMSBFR[CR]
  47.            UNLOAD = UNLOADT /NOTSR[DC]
  48.            BINDINGS = "ASANTPCI_NIF"
  49.            LANABASE = 1
  50.         [ASANTPCI_NIF]
  51.            DRIVERNAME = ASANTPCI$
  52.            ;SIA_MODE = AUTOSENSE [AUTOSENSE, AUI, TP, TP_FULL_DUPLEX]
  53.  
  54. SYSTEM.INI;
  55. ===========
  56.         [BOOT]
  57.         ......
  58.         NETWORK.DRV=LANMAN21.DRV
  59.         .....
  60.         [BOOT.DESCRIPTION]
  61.         NETWORK.DRV=LAN MANAGER 2.1 ENHANCED NETWORK
  62.         SECONDNET.DRV=NO ADDITIONAL NETWORK INSTALLED
  63.  
  64. CONFIG.SYS:
  65. ===========
  66.         DEVICE=C:\LANMAN.DOS\DRIVERS\PROTMAN\PROTMAN.DOS /I:C:\LANMAN.DOS
  67.         DEVICE=C:\LANMAN.DOS\DRIVERS\ETHERNET\ASANTPCI\ASANTPCI.DOS
  68.         DEVICE=C:\LANMAN.DOS\DRIVERS\PROTOCOL\TCPIP\TCPDRV.DOS /I:C:\LANMAN.DOS
  69.         DEVICE=C:\LANMAN.DOS\DRIVERS\PROTOCOL\TCPIP\NMEM.DOS
  70.  
  71. AUTOEXEC.BAT:
  72. =============
  73.         SET PATH=C:\LANMAN.DOS\NETPROG;%PATH%
  74.         C:\LANMAN.DOS\DRIVERS\PROTOCOL\TCPIP\UMB.COM
  75.         NET START WORKSTATION
  76.         LOAD NETBEUI
  77.         LOAD TCPIP
  78.         (The last two statements are for the Protocols you want to use.
  79.         Therefore you might see more or less depending on the situation)
  80.  
  81.